ESRI.ArcGIS.Mobile
ToWgs84(Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReference Class > ToWgs84 Method : ToWgs84(Generic IList) Method

coordinates
A collection of coordinates of this SpatialReference.
Transforms a collection of coordinates based on this SpatialReference into a collection of WGS 1984 coordinates (longitude, latitude).

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToWgs84( _
   ByVal coordinates As IList(Of Coordinate) _
) As CoordinateCollection
C# 
public CoordinateCollection ToWgs84( 
   IList<Coordinate> coordinates
)

Parameters

coordinates
A collection of coordinates of this SpatialReference.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinates.
InvalidOperationExceptionInvalid coordinate system.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.